libxl: fix console autoconnect with pygrub, by invoking xenconsole twice
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 4 Feb 2011 18:29:55 +0000 (18:29 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 4 Feb 2011 18:29:55 +0000 (18:29 +0000)
commitec5fb675976df0b420b79a865f96050cdbc0a2cf
treedb4d198b5f1aaf2582e011b4608a15a55d3ccc7f
parent1a5becfd17940eab8acf75af8f71d8697e387947
libxl: fix console autoconnect with pygrub, by invoking xenconsole twice

When using pygrub we have to connect to the console twice: once at the
beginning to connect to pygrub and a second time after creating the pv
console to connect to the guest's console.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_create.c